home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 6.1.B.dxr / Internal_11_naar foto.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  118 b   |  13 lines

  1. on mouseUp me
  2.   go("akkerbouwfoto")
  3.   cursor(-1)
  4. end
  5.  
  6. on mouseEnter
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave
  11.   cursor(-1)
  12. end
  13.